source Cách tạo Máy tính trong c#

1 namespace Kalkulator
2 {
3     
partial class Vectors
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(Vectors));
32             
this.label1 = new System.Windows.Forms.Label();
33             
this.button11 = new System.Windows.Forms.Button();
34             
this.imageSlider1 = new DevExpress.XtraEditors.Controls.ImageSlider();
35             ((System.ComponentModel.ISupportInitialize)(
this.imageSlider1)).BeginInit();
36             
this.SuspendLayout();
37             
//
38             
// label1
39             
//
40             
this.label1.AutoSize = true;
41             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
42             
this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
43             
this.label1.Location = new System.Drawing.Point(182, 4);
44             
this.label1.Name = "label1";
45             
this.label1.Size = new System.Drawing.Size(70, 15);
46             
this.label1.TabIndex = 36;
47             
this.label1.Text = "VECTORS";
48             
//
49             
// button11
50             
//
51             
this.button11.BackColor = System.Drawing.Color.Maroon;
52             
this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
53             
this.button11.ForeColor = System.Drawing.SystemColors.ButtonFace;
54             
this.button11.Location = new System.Drawing.Point(405, 1);
55             
this.button11.Name = "button11";
56             
this.button11.Size = new System.Drawing.Size(33, 23);
57             
this.button11.TabIndex = 35;
58             
this.button11.Text = "X";
59             
this.button11.UseVisualStyleBackColor = false;
60             
this.button11.Click += new System.EventHandler(this.button11_Click);
61             
//
62             
// imageSlider1
63             
//
64             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images"))));
65             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images1"))));
66             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images2"))));
67             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images3"))));
68             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images4"))));
69             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images5"))));
70             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images6"))));
71             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images7"))));
72             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images8"))));
73             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images9"))));
74             
this.imageSlider1.Images.Add(((System.Drawing.Image)(resources.GetObject("imageSlider1.Images10"))));
75             
this.imageSlider1.LayoutMode = DevExpress.Utils.Drawing.ImageLayoutMode.Stretch;
76             
this.imageSlider1.Location = new System.Drawing.Point(6, 27);
77             
this.imageSlider1.Name = "imageSlider1";
78             
this.imageSlider1.Size = new System.Drawing.Size(432, 648);
79             
this.imageSlider1.TabIndex = 37;
80             
this.imageSlider1.Text = "imageSlider1";
81             
//
82             
// Vectors
83             
//
84             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
85             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
86             
this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
87             
this.ClientSize = new System.Drawing.Size(446, 687);
88             
this.Controls.Add(this.imageSlider1);
89             
this.Controls.Add(this.label1);
90             
this.Controls.Add(this.button11);
91             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
92             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
93             
this.Name = "Vectors";
94             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
95             
this.Text = "Vectors";
96             ((System.ComponentModel.ISupportInitialize)(
this.imageSlider1)).EndInit();
97             
this.ResumeLayout(false);
98             
this.PerformLayout();
99
100         }
101
102         
#endregion
103
104         
private System.Windows.Forms.Label label1;
105         
private System.Windows.Forms.Button button11;
106         
private DevExpress.XtraEditors.Controls.ImageSlider imageSlider1;
107     }
108 }


Gõ tìm kiếm nhanh...